home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / cq112.zip / CONFIG.ZIP / SAMPLE.CTL < prev   
Text File  |  1996-10-08  |  5KB  |  115 lines

  1. ; CQIGM Control File
  2. ;-----------------------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;CQPath      Specifies path to Crime Quest Directory
  14. ;
  15. ;Mono        Will disable color on the local side. (Necessary if you are
  16. ;            running a monochrome system)
  17. ;
  18. ;BBSType     Specifies the type of bbs software under which this door program
  19. ;            will be run. Valid bbs types include:
  20. ;
  21. ;                     CQ  - Crime Quest
  22. ;
  23. ;ComPort     For bbs types that do not have the com-port contained in their
  24. ;            door information files you will have to specify the com-port.
  25. ;            Simply put the port number (i.e. 1,2,etc) not the whole word COM1.
  26. ;
  27. ;Digi        Selecting this option will cause ddplus to use its digiboard
  28. ;            driver interface. This will not reset anything in the digiboard.
  29. ;            Support speeds up to 115,200.
  30. ;
  31. ;Fossil      Selecting this option will cause ddplus to use a fossil port
  32. ;            driver. Note - do not use both fossil and Xfossil at the same
  33. ;            time. This option initializes the port and resets the speed to
  34. ;            either the lock speed (if locked) or the baud speed.
  35. ;
  36. ;Xfossil     This is another way of selecting the fossil option.  This method
  37. ;            can support all speeds that your fossil can support.  The fossil
  38. ;            is not initialized by this option.
  39. ;
  40. ;LockBaud    This will specify a locked baud rate. If you specify this
  41. ;            parameter, then no matter what the bbs software says, this
  42. ;            baud rate will be used. [NOTE: You can also specify the locked
  43. ;            baud rate using /Bxxxx from the command line]
  44. ;
  45. ; If neither options digi, fossil, or xfossil are set the door will use its
  46. ; own internal comport handlers.
  47. ;
  48. ;Port1       If you must use a non-standard interrupt, the door can be
  49. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  50. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  51. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  52. ;            $03E8 was needed use the following:
  53. ;            PORT3 03E8 15
  54. ;
  55. ;Pausecode   Specifies the Rip pause code that your bbs uses.  This will
  56. ;            be added to muliple page Rip news file so you can use them
  57. ;            as a bulletin.  Note - this option is only useful if the door
  58. ;            indeed has rip bulletins.
  59. ;
  60. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  61. ;            per day that a user may be in the door. (i.e. if you specified
  62. ;            30 minutes, then if the user had 60 mins left, he could only play
  63. ;            for 30 mins)  Otherwise the game will use the maximum session
  64. ;            time for maximum time.
  65. ;
  66. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  67. ;            of "OFF" if you wish it to be disabled.
  68. ;
  69. ;Statfore    Statfore foreground color of the status line and the major input
  70. ;            fields. (default 7  light-grey)
  71. ;
  72. ;Statback    The background color of the status line (default 1  blue)
  73. ;
  74. ;
  75. ;------------------------------ Sample Data ----------------------------------
  76. ;
  77. SYSOPFIRST Joe
  78. SYSOPLAST SysOp
  79. BBSNAME Your BBS
  80. BBSTYPE CQ
  81. CQPATH C:\DOORS\CQ
  82. ; Uncomment the next line if you wish to use the digiboard driver support
  83. ; calls.
  84. ;DIGI
  85. ;
  86. ; Uncomment the next line if you use a fossil device driver and wish to have
  87. ; the door initialize your fossil to the locked/baud speed rate.
  88. ;FOSSIL
  89. ;
  90. ; Uncomment the next line if you use a fossil device and do not wish to have
  91. ; the door reinitialize your fossil.
  92. ;XFOSSIL
  93. ;
  94. ;           ::------If you are locking ports uncomment this line and set this
  95. ;           ::      number to the port speed.
  96. ;           \/
  97. ;LOCKBAUD 57600
  98. ;
  99. ;       ::------------ If you are going to use a non-standard IRQ place the
  100. ;       ::             port address in hex one space after the PORT# option.
  101. ;       ::
  102. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  103. ;       \/  \/         one space after the ports' hex address. (decimal)
  104. ;PORT1 03F8 4
  105. ;PORT2 02F8 3
  106. ;PORT3 03E8 4
  107. ;PORT4 02E8 3
  108. ;                   Uncomment this line if you want to make Rip bulletins
  109. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.
  110. ;  \/
  111. ;PAUSECODE @PAUSE@
  112. ;
  113. ;------------------------------ End of File ----------------------------------
  114.  
  115.